home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / CharFind / CharFind.app / CharFind.nib / data.classes < prev    next >
Text File  |  1994-04-08  |  1KB  |  90 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     setSel::;
  4.     };
  5.     SUPERCLASS = Object;
  6. };
  7. KeyStuff = {
  8.     ACTIONS = {
  9.     ChangeReciever:;
  10.     ClearText:;
  11.     CopyText:;
  12.     ChangeAltState:;
  13.     TypeAkey:;
  14.     DoDelete:;
  15.     ChangeFont:;
  16.     SendText:;
  17.     ChangeShiftState:;
  18.     Nothing:;
  19.     };
  20.     OUTLETS = {
  21.     switchAltkey;
  22.     shiftkey2;
  23.     matrix3;
  24.     switchShiftkey;
  25.     theKeyView;
  26.     matrix1;
  27.     altkey2;
  28.     theText;
  29.     shiftkey1;
  30.     matrix2;
  31.     altkey1;
  32.     matrix0;
  33.     theBox;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. CharFindApp = {
  38.     ACTIONS = {
  39.     appDidInit:;
  40.     getPreferences:;
  41.     windowDidMove:;
  42.     };
  43.     OUTLETS = {
  44.     charWindow;
  45.     };
  46.     SUPERCLASS = Application;
  47. };
  48. MyText = {
  49.     SUPERCLASS = Text;
  50. };
  51. KeyView = {
  52.     ACTIONS = {
  53.     drawSelf::;
  54.     newFrame:;
  55.     changeBitmap:;
  56.     };
  57.     SUPERCLASS = View;
  58. };
  59. KeyMatrix = {
  60.     OUTLETS = {
  61.     keyStuff;
  62.     };
  63.     SUPERCLASS = Matrix;
  64. };
  65. InfoView = {
  66.     OUTLETS = {
  67.     theSuper;
  68.     };
  69.     SUPERCLASS = View;
  70. };
  71. myText = {
  72.     SUPERCLASS = Text;
  73. };
  74. InfoStuff = {
  75.     ACTIONS = {
  76.     showIt:;
  77.     doPopup:;
  78.     justDrawIt:;
  79.     };
  80.     OUTLETS = {
  81.     myPanel;
  82.     myDrawView;
  83.     myPopup;
  84.     theList;
  85.     myScrollView;
  86.     theText;
  87.     };
  88.     SUPERCLASS = Object;
  89. };
  90.